Click or drag to resize

ServiceFindConversation Method (StandardFolder, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)

Finds the conversation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindConversationResponse FindConversation(
	StandardFolder standardFolder,
	ConversationQueryTraversal traversal,
	View view,
	ViewFilter viewFilter,
	IList<PropertyOrder> propertyOrder,
	MailboxSearchLocation mailboxSearchLocation
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
The standard folder.
traversal
Type: Independentsoft.ExchangeConversationQueryTraversal
The traversal.
view
Type: Independentsoft.ExchangeView
The view.
viewFilter
Type: Independentsoft.ExchangeViewFilter
The view filter.
propertyOrder
Type: System.Collections.GenericIListPropertyOrder
The property order.
mailboxSearchLocation
Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location.

Return Value

Type: FindConversationResponse
FindConversationResponse.
See Also